home *** CD-ROM | disk | FTP | other *** search
/ EIDOS Interactive Digital Press Kit ECTS 1997 / EIDOS Digital Press Kit - ECTS 1997 - Disc 1.iso / pc / mmenu.dir / Internal_50.ls < prev    next >
Encoding:
Text File  |  1997-08-29  |  2.1 KB  |  98 lines

  1. on prodroll
  2.   if rollOver(4) then
  3.     set the visible of sprite 4 to 1
  4.   else
  5.     set the visible of sprite 4 to 0
  6.   end if
  7.   if rollOver(5) then
  8.     set the visible of sprite 5 to 1
  9.   else
  10.     set the visible of sprite 5 to 0
  11.   end if
  12.   if rollOver(6) then
  13.     set the visible of sprite 6 to 1
  14.   else
  15.     set the visible of sprite 6 to 0
  16.   end if
  17.   if rollOver(7) then
  18.     set the visible of sprite 7 to 1
  19.   else
  20.     set the visible of sprite 7 to 0
  21.   end if
  22.   if rollOver(8) then
  23.     set the visible of sprite 8 to 1
  24.   else
  25.     set the visible of sprite 8 to 0
  26.   end if
  27.   if rollOver(9) then
  28.     set the visible of sprite 9 to 1
  29.   else
  30.     set the visible of sprite 9 to 0
  31.   end if
  32.   if rollOver(10) then
  33.     set the visible of sprite 10 to 1
  34.   else
  35.     set the visible of sprite 10 to 0
  36.   end if
  37.   if rollOver(11) then
  38.     set the visible of sprite 11 to 1
  39.   else
  40.     set the visible of sprite 11 to 0
  41.   end if
  42.   if rollOver(12) then
  43.     set the visible of sprite 12 to 1
  44.   else
  45.     set the visible of sprite 12 to 0
  46.   end if
  47.   if rollOver(13) then
  48.     set the visible of sprite 13 to 1
  49.   else
  50.     set the visible of sprite 13 to 0
  51.   end if
  52.   if rollOver(14) then
  53.     set the visible of sprite 14 to 1
  54.   else
  55.     set the visible of sprite 14 to 0
  56.   end if
  57.   if rollOver(15) then
  58.     set the visible of sprite 15 to 1
  59.   else
  60.     set the visible of sprite 15 to 0
  61.   end if
  62.   if rollOver(16) then
  63.     set the visible of sprite 16 to 1
  64.   else
  65.     set the visible of sprite 16 to 0
  66.   end if
  67.   if rollOver(17) then
  68.     set the visible of sprite 17 to 1
  69.   else
  70.     set the visible of sprite 17 to 0
  71.   end if
  72.   if rollOver(18) then
  73.     set the visible of sprite 18 to 1
  74.   else
  75.     set the visible of sprite 18 to 0
  76.   end if
  77.   if rollOver(19) then
  78.     set the visible of sprite 19 to 1
  79.   else
  80.     set the visible of sprite 19 to 0
  81.   end if
  82.   if rollOver(20) then
  83.     set the visible of sprite 20 to 1
  84.   else
  85.     set the visible of sprite 20 to 0
  86.   end if
  87.   if rollOver(21) then
  88.     set the visible of sprite 21 to 1
  89.   else
  90.     set the visible of sprite 21 to 0
  91.   end if
  92.   if rollOver(24) then
  93.     set the visible of sprite 23 to 0
  94.   else
  95.     set the visible of sprite 23 to 1
  96.   end if
  97. end
  98.